home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / SRC / STARTUP / MAKEFILE < prev    next >
Text File  |  1997-07-08  |  116b  |  6 lines

  1. all : c0.obj
  2.  
  3. c0.obj : c0.asm meminit.asm mathinit.asm keyinit.asm osinit.asm c0c1.asm c0c2.asm
  4.   masm2obj $*
  5.  
  6.